ComponentOne FlexPivot for WinForms
CopyTo(C1CheckListItem[],Int32) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItemCollection Class > CopyTo Method : CopyTo(C1CheckListItem[],Int32) Method
The target array.
Start index of the array.
Copies the entire C1CheckListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array() As C1CheckListItem, _
   ByVal arrayIndex As System.Integer _
) 
public void CopyTo( 
   C1CheckListItem[] array,
   System.int arrayIndex
)

Parameters

array
The target array.
arrayIndex
Start index of the array.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List